home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 49 / Amiga Format CD49 (2000-01-17)(Future Publishing)(GB)(Track 1 of 3)[!][issue 2000-02].iso / -serious- / graphics / sviewiv / superviewlibrary / sq-operators / sqemboss.doc < prev    next >
Text File  |  1999-11-30  |  2KB  |  73 lines

  1.  
  2.   SQEmboss.svoperator
  3.  
  4.   © 1995 by Steve Quartly.
  5.  
  6.   FREEWARE. All rights reserved.
  7.  
  8.   Version      : 3.5
  9.   Release Date : 11.01.1998
  10.  
  11.  
  12.   Requirements
  13.   ~~~~~~~~~~~~
  14.   - OS V2.04+ (V37)+ and its libraries
  15.   - superviewsupport.library V5+
  16.  
  17.   Description
  18.   ~~~~~~~~~~~
  19.   SQEmboss.svoperator is an external SV_GfxBuffer modification module
  20.   for superview.library.
  21.  
  22.   This operator embosses the image.
  23.  
  24.   Applying the ExtractGrayScales.svoperator after the SQEmboss.svoperator
  25.   will enhance the effect.
  26.  
  27.   ***NOTE:  This  operator will only work on a 24 bit buffer. This is not a
  28.   major  problem  as you can apply the AnyTo24Bit.svoperator first and then
  29.   apply this operator quite successfully.
  30.  
  31.   ControlPad-Switches
  32.   ~~~~~~~~~~~~~~~~~~~
  33.   ControlPad-Name     : "ENV:superview-library/SQEmboss.controlpad"
  34.   ControlPad-Commands :   ; The following controlpads allow you to apply
  35.                           ; this operator to a rectangular region of the
  36.                           ; image.
  37.                         - REGION=<ENTIREIMAGE|RECTANGULAR>
  38.                           ; area of image to work on
  39.                         - LEFTEDGE=<Value>
  40.                           ; crop from x position
  41.                           ; (will be adjusted, if >= source width)
  42.                         - TOPEDGE=<Value>
  43.                           ; crop from y position
  44.                           ; (will be adjusted, if >= source height)
  45.                         - WIDTH=<Value>
  46.                           ; crop how many x pixels from leftedge
  47.                           ; (will be adjusted, if too large)
  48.                         - HEIGHT=<Value>
  49.                           ; crop how many y pixels from topedge
  50.                           ; (will be adjusted, if too large)
  51.  
  52.   Author
  53.   ~~~~~~
  54.   Steve Quartly
  55.   1280 Stevens St
  56.   MUNDARING
  57.   Western Australia        steveq@mafeking.scouts.org.au
  58.  
  59.   History
  60.   ~~~~~~~
  61.   V1.0 (01.09.1995) :
  62.  
  63.    - first public release
  64.  
  65.   V3.1 (1.1.1996)   :
  66.  
  67.    - added progress indicator support
  68.  
  69.     V3.5 (11.01.98)   :
  70.  
  71.      - updated to support semaphores
  72.      - fix bug with REGION control pad
  73.